home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 February / Gamestar_81_2006-02_dvd.iso / Programy / PicaJetInstall.exe / {app} / PicaJet.exe / 0 / RCDATA / TFMESSAGE / TFMESSAGE.txt < prev   
Encoding:
Text File  |  2005-11-17  |  6.3 KB  |  270 lines

  1. object FMessage: TFMessage
  2.   Left = 316
  3.   Top = 307
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Confirmation'
  7.   ClientHeight = 137
  8.   ClientWidth = 416
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   OnResize = FormResize
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object DetailedLabel: TLabel
  23.     Left = 54
  24.     Top = 44
  25.     Width = 300
  26.     Height = 30
  27.     AutoSize = False
  28.     Caption = 'Current import not already finished! Cancel operation?'
  29.     Font.Charset = DEFAULT_CHARSET
  30.     Font.Color = clBlack
  31.     Font.Height = 13
  32.     Font.Name = 'Tahoma'
  33.     Font.Style = []
  34.     ParentFont = False
  35.     Transparent = True
  36.     WordWrap = True
  37.   end
  38.   object SmallLabel: TLabel
  39.     Left = 54
  40.     Top = 22
  41.     Width = 95
  42.     Height = 13
  43.     Caption = 'Cancel operation'
  44.     Color = clBlack
  45.     Font.Charset = DEFAULT_CHARSET
  46.     Font.Color = clBlack
  47.     Font.Height = 13
  48.     Font.Name = 'Tahoma'
  49.     Font.Style = [fsBold]
  50.     ParentColor = False
  51.     ParentFont = False
  52.     Transparent = True
  53.   end
  54.   object Image1: TImage
  55.     Left = 18
  56.     Top = 22
  57.     Width = 27
  58.     Height = 22
  59.     Picture.Data = {<image000.bmp>}
  60.     Transparent = True
  61.   end
  62.   object chRecovery: TAMCheckRadioBox
  63.     Left = 72
  64.     Top = 66
  65.     Width = 189
  66.     Height = 18
  67.     TabOrder = 4
  68.     Visible = False
  69.     SkinData = SkinDataModule.SkinData
  70.     SkinDataName = 'radiobox'
  71.     DefaultFont.Charset = DEFAULT_CHARSET
  72.     DefaultFont.Color = clWindowText
  73.     DefaultFont.Height = 13
  74.     DefaultFont.Name = 'Tahoma'
  75.     DefaultFont.Style = []
  76.     DefaultWidth = 0
  77.     DefaultHeight = 0
  78.     UseSkinFont = True
  79.     ForcedColorUse = False
  80.     ForcedColor = clBlack
  81.     BusinessSkinForm = SkinForm
  82.     Flat = True
  83.     TabStop = True
  84.     CanFocused = True
  85.     Radio = True
  86.     Checked = True
  87.     GroupIndex = 1
  88.     Caption = 'Recovery Database (Recommended)'
  89.     AutoSize = True
  90.   end
  91.   object chCreateNew: TAMCheckRadioBox
  92.     Left = 72
  93.     Top = 90
  94.     Width = 216
  95.     Height = 18
  96.     TabOrder = 5
  97.     Visible = False
  98.     SkinData = SkinDataModule.SkinData
  99.     SkinDataName = 'radiobox'
  100.     DefaultFont.Charset = DEFAULT_CHARSET
  101.     DefaultFont.Color = clWindowText
  102.     DefaultFont.Height = 13
  103.     DefaultFont.Name = 'Tahoma'
  104.     DefaultFont.Style = []
  105.     DefaultWidth = 0
  106.     DefaultHeight = 0
  107.     UseSkinFont = True
  108.     ForcedColorUse = False
  109.     ForcedColor = clBlack
  110.     BusinessSkinForm = SkinForm
  111.     Flat = True
  112.     TabStop = True
  113.     CanFocused = True
  114.     Radio = True
  115.     Checked = False
  116.     GroupIndex = 1
  117.     Caption = 'Create New Database (All data will be lost!)'
  118.     AutoSize = True
  119.   end
  120.   object bOK2: TbsSkinButton
  121.     Left = 90
  122.     Top = 100
  123.     Width = 75
  124.     Height = 25
  125.     TabOrder = 0
  126.     Visible = False
  127.     SkinData = SkinDataModule.SkinData
  128.     SkinDataName = 'buttonlight'
  129.     DefaultFont.Charset = DEFAULT_CHARSET
  130.     DefaultFont.Color = clWindowText
  131.     DefaultFont.Height = 13
  132.     DefaultFont.Name = 'Tahoma'
  133.     DefaultFont.Style = []
  134.     DefaultWidth = 0
  135.     DefaultHeight = 0
  136.     UseSkinFont = True
  137.     AllowAllUp = False
  138.     TabStop = True
  139.     CanFocused = True
  140.     Down = False
  141.     GroupIndex = 0
  142.     Caption = 'OK'
  143.     NumGlyphs = 2
  144.     Spacing = 1
  145.     Enabled = False
  146.     ModalResult = 8
  147.   end
  148.   object bOK: TbsSkinButton
  149.     Left = 170
  150.     Top = 100
  151.     Width = 75
  152.     Height = 25
  153.     TabOrder = 1
  154.     SkinData = SkinDataModule.SkinData
  155.     SkinDataName = 'buttonlight'
  156.     DefaultFont.Charset = DEFAULT_CHARSET
  157.     DefaultFont.Color = clWindowText
  158.     DefaultFont.Height = 13
  159.     DefaultFont.Name = 'Tahoma'
  160.     DefaultFont.Style = []
  161.     DefaultWidth = 0
  162.     DefaultHeight = 0
  163.     UseSkinFont = True
  164.     AllowAllUp = False
  165.     TabStop = True
  166.     CanFocused = True
  167.     Down = False
  168.     GroupIndex = 0
  169.     Caption = 'OK'
  170.     NumGlyphs = 2
  171.     Spacing = 1
  172.     Enabled = False
  173.     Default = True
  174.     ModalResult = 1
  175.   end
  176.   object bCancel: TbsSkinButton
  177.     Left = 250
  178.     Top = 100
  179.     Width = 75
  180.     Height = 25
  181.     TabOrder = 2
  182.     SkinData = SkinDataModule.SkinData
  183.     SkinDataName = 'buttonlight'
  184.     DefaultFont.Charset = DEFAULT_CHARSET
  185.     DefaultFont.Color = clWindowText
  186.     DefaultFont.Height = 13
  187.     DefaultFont.Name = 'Tahoma'
  188.     DefaultFont.Style = []
  189.     DefaultWidth = 0
  190.     DefaultHeight = 0
  191.     UseSkinFont = True
  192.     AllowAllUp = False
  193.     TabStop = True
  194.     CanFocused = True
  195.     Down = False
  196.     GroupIndex = 0
  197.     Caption = 'Cancel'
  198.     NumGlyphs = 2
  199.     Spacing = 1
  200.     Enabled = False
  201.     Cancel = True
  202.     ModalResult = 2
  203.   end
  204.   object bHelp: TbsSkinButton
  205.     Left = 330
  206.     Top = 100
  207.     Width = 75
  208.     Height = 25
  209.     TabOrder = 3
  210.     SkinData = SkinDataModule.SkinData
  211.     SkinDataName = 'buttonlight'
  212.     DefaultFont.Charset = DEFAULT_CHARSET
  213.     DefaultFont.Color = clWindowText
  214.     DefaultFont.Height = 13
  215.     DefaultFont.Name = 'Tahoma'
  216.     DefaultFont.Style = []
  217.     DefaultWidth = 0
  218.     DefaultHeight = 0
  219.     UseSkinFont = True
  220.     AllowAllUp = False
  221.     TabStop = True
  222.     CanFocused = True
  223.     Down = False
  224.     GroupIndex = 0
  225.     Caption = 'Help'
  226.     NumGlyphs = 2
  227.     Spacing = 1
  228.     Enabled = False
  229.   end
  230.   object SkinForm: TbsBusinessSkinForm
  231.     GradientStartColor = clBlack
  232.     GradientEndColor = clBlack
  233.     DrawBackground = True
  234.     ShowIcon = False
  235.     MaximizeOnFullScreen = False
  236.     AlphaBlend = False
  237.     AlphaBlendAnimation = False
  238.     AlphaBlendValue = 200
  239.     ShowObjectHint = False
  240.     MenusAlphaBlend = False
  241.     MenusAlphaBlendAnimation = False
  242.     MenusAlphaBlendValue = 200
  243.     DefCaptionFont.Charset = DEFAULT_CHARSET
  244.     DefCaptionFont.Color = clBtnText
  245.     DefCaptionFont.Height = 13
  246.     DefCaptionFont.Name = 'Tahoma'
  247.     DefCaptionFont.Style = [fsBold]
  248.     DefInActiveCaptionFont.Charset = DEFAULT_CHARSET
  249.     DefInActiveCaptionFont.Color = clBtnShadow
  250.     DefInActiveCaptionFont.Height = 13
  251.     DefInActiveCaptionFont.Name = 'Tahoma'
  252.     DefInActiveCaptionFont.Style = [fsBold]
  253.     DefMenuItemHeight = 20
  254.     DefMenuItemFont.Charset = DEFAULT_CHARSET
  255.     DefMenuItemFont.Color = clWindowText
  256.     DefMenuItemFont.Height = 13
  257.     DefMenuItemFont.Name = 'Tahoma'
  258.     DefMenuItemFont.Style = []
  259.     UseDefaultSysMenu = True
  260.     SkinData = SkinDataModule.SkinDataDlg
  261.     MinHeight = 0
  262.     MinWidth = 0
  263.     Magnetic = False
  264.     MagneticSize = 5
  265.     BorderIcons = [biSystemMenu]
  266.     Left = 8
  267.     Top = 72
  268.   end
  269. end
  270.